func go/types.arrayPtrDeref
4 uses
go/types (current package)
builtins.go#L152: switch t := arrayPtrDeref(under(x.typ)).(type) {
builtins.go#L191: switch t := arrayPtrDeref(u).(type) {
builtins.go#L1031: func arrayPtrDeref(typ Type) Type {
stmt.go#L1038: switch typ := arrayPtrDeref(coreType(typ)).(type) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)